Search
Series3D.setZData Method
See Also
 






Sets a list with data values that are used to calculate the Z-coordinates of Series3D points.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setZData (
    List<Double> value
)

 Parameters

value

A list with double values.

 See Also